From 97ca1e784419e83d17ea2e8cb7adac485032203a Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 13:56:53 -0500 Subject: [PATCH] docs: don't try to link to bind_textdomain_codeset() docs --- docs/reference/gtk/question_index.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/gtk/question_index.sgml b/docs/reference/gtk/question_index.sgml index de8ae5f7d8..b74b26f9b8 100644 --- a/docs/reference/gtk/question_index.sgml +++ b/docs/reference/gtk/question_index.sgml @@ -186,9 +186,9 @@ or Linux system with gettext installed, type info gettext to read the documentation. -The short checklist on how to use gettext is: call bindtextdomain() so +The short checklist on how to use gettext is: call bindtextdomain() so gettext can find the files containing your translations, call textdomain() -to set the default translation domain, call bind_textdomain_codeset() to +to set the default translation domain, call bind_textdomain_codeset() to request that all translated strings are returned in UTF-8, then call gettext() to look up each string to be translated in the default domain. -- 2.30.2